home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
blkspell
/
mfc_ex.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-09-19
|
1KB
|
50 lines
// mfc_ex.h : main header file for the MFC_EX application
//
#if !defined(AFX_MFC_EX_H__B9CEA8E5_4FB1_11D2_90C2_444553540000__INCLUDED_)
#define AFX_MFC_EX_H__B9CEA8E5_4FB1_11D2_90C2_444553540000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CMfc_exApp:
// See mfc_ex.cpp for the implementation of this class
//
class CMfc_exApp : public CWinApp
{
public:
CMfc_exApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMfc_exApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CMfc_exApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MFC_EX_H__B9CEA8E5_4FB1_11D2_90C2_444553540000__INCLUDED_)